home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / smart_12.zip / SMART.DOC < prev    next >
Text File  |  1991-09-30  |  12KB  |  337 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.                                 SMART UTILITIES
  17.  
  18.                                   Version 1.2
  19.  
  20.  
  21.                       U S E R   D O C U M E N T A T I O N
  22.  
  23.  
  24.                    Copyright (c) 1991 by Data Software, Inc.
  25.                               All Rights Reserved.
  26.  
  27.  
  28.                          Last updated:  September, 1991
  29.  
  30.  
  31.         This file will provide you with the information necessary for
  32.         running and using the Smart Utilities, as well as information
  33.         about what SMARTDRV.SYS is and how to use it.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.           Smart Utilities v1.2        User Documentation       i
  56.  
  57.  
  58.           [SMARTDrive is a registered trademark of Microsoft Corp.]
  59.  
  60.  
  61.                                   Contents
  62.  
  63.  
  64.              1  Part 1:  Program Information . . . . . . . . .1
  65.                 1A  What is SMARTDRV.SYS?. . . . . . . . . . .1
  66.                 1B  What is Smart Utilities? . . . . . . . . .2
  67.                 1C  Program Commands . . . . . . . . . . . . .3-4
  68.                 1D  Author/Publisher Information . . . . . . .4
  69.              2  Part 2:  Registering Information . . . . . . .5
  70.                 2A  The Shareware Concept. . . . . . . . . . .5
  71.                 2B  How to Register. . . . . . . . . . . . . .5
  72.                 2C  Benefits of Registering. . . . . . . . . .5
  73.                 2D  Miscellaneous. . . . . . . . . . . . . . .5
  74.  
  75.           1  Part 1:  Program Information:
  76.  
  77.           1A What is SMARTDRV.SYS?
  78.  
  79.              If your compter has a hard disk drive with extended or
  80.              expanded memory and Microsoft DOS version 5 or 4, you can
  81.              use the device command and a "smart drive" device driver
  82.              named SMARTDRV.SYS to turn part of this additional memory
  83.              into a rapid access storage area known as a disk cache.
  84.              A disk cache speeds up your system because information
  85.              that your computer reads from disk into memory remains in
  86.              the cache.  Your computer doesn't have to re-access the
  87.              disk every time you need to retrieve information, thereby
  88.              reducing the amount of time it takes for your computer to
  89.              access the data.  The command line form of the device
  90.              driver to create the disk cache in your CONFIG.SYS file
  91.              is:   device=smartdrv.sys <size> <minisize> /A
  92.  
  93.              SMARTDRV.SYS is the name of the file that contains the
  94.              device driver program. If the program is not in the root
  95.              directory of the current disk, precede the name with a
  96.              drive and path, i.e. C:\DOS\SMARTDRV.SYS
  97.  
  98.              The <size> is the size you want the cache to be in
  99.              kilobytes.  It can be any value from 128 to 8192 (8
  100.              megabytes).  If you do not specify a number, SMARTDRV.SYS
  101.              defaults to 256K.  When the cache is created, DOS rounds
  102.              the number you selected to the nearest multiple of 16, so
  103.              if there is not enough memory to create the size cache
  104.              you specified, then SMARTDRV.SYS creates a smaller one
  105.              using the maximum amount it can as close to what you
  106.              requested.  The <minisize> is the minimum size you want
  107.              your cache to be.  This does not have to be specified.
  108.              (NOTE:  To use the SMART UTILITIES v1.2, you should not
  109.              set a minimum cache size).
  110.  
  111.  
  112.          Smart Utilities v1.2        What is SMARTDRV.SYS       1
  113.  
  114.  
  115.  
  116.              The /A command creates the cache in expanded memory.
  117.              SMARTDRV.SYS defaults to extended memory unless you use
  118.              this command.  If your system uses both, choose the one
  119.              that is larger on your system.  If they are the same,
  120.              then the best way is to omit the /A and create the cache
  121.              in extended memory.  Please note that since the
  122.              SMARTDRV.SYS program uses either extended or expanded
  123.              memory, then the command line in your CONFIG.SYS file for
  124.              the SMARTDRV.SYS should appear after the command that
  125.              identifies your extended or expanded memory manager.
  126.              Also, when you specify the size, leave enough memory for
  127.              other programs that also run in extended or expanded
  128.              memory.  If you're not certain how much of this memory
  129.              you have (or have available), use the MEM command to ask
  130.              DOS to report your memory usage.
  131.  
  132.              For any additional information concerning the use of
  133.              SMARTDRV.SYS, consult your DOS manual.
  134.  
  135.  
  136.           1B What is Smart Utilities?
  137.  
  138.              Smart Utilities is a set of utilities to use with the
  139.              SMARTDRV.SYS disk cache that comes with MS-DOS versions 4
  140.              and 5.  Since the program is loaded through your
  141.              CONFIG.SYS file at boot-up, the only way you have been
  142.              able to change the size of your cache or disable it was
  143.              to edit your CONFIG.SYS file and re-booting.  Not
  144.              anymore!  With these utilites, you can clear your cache
  145.              of all existing data, enable/disable the SMARTDRV.SYS,
  146.              reduce/increase the cache size, or simply display the
  147.              current status of your cache, all straight from the
  148.              command line prompt!
  149.  
  150.  
  151.                 *** IMPORTANT NOTE ***
  152.  
  153.                 To use the Smart Utilities, you SHOULD NOT set a minimum cache
  154.                 size!  See 1A What is SMARTDRV.SYS for more information.
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.           Smart Utilities v1.2        What is Smart Utilities       2
  167.  
  168.  
  169.  
  170.           1C Program Commands
  171.  
  172.              To use the program, just type "Smart" at the command line
  173.              prompt.  You will see a help screen like this:
  174.  
  175.  
  176.              Usage:  SMART [OPTIONS]  [SIZE]
  177.  
  178.                 Valid Options:
  179.                      [F]lush
  180.                      [D]isable
  181.                      [E]nable
  182.                      [R]educe
  183.                      [I]ncrease
  184.                      [DI] Display Information
  185.  
  186.                 Examples:
  187.                  SMART I 1024  - increases the cache by 1024K
  188.                  SMART DI      - displays current status
  189.  
  190.  
  191.              The commands are self-explanatory, but here is a list of
  192.              possible commands:
  193.  
  194.                    SMART F - This will flush the disk cache buffer; it clears
  195.                              all of the current information in your cache,
  196.                              making room for new information to be stored
  197.                              there.
  198.  
  199.                    SMART D - This will disable the SMARTDRV.SYS cache, which
  200.                              is necessary for some programs, etc.
  201.  
  202.                    SMART E - This allows you to enable SMARTDRV.SYS after it
  203.                              has been disabled as shown above.
  204.  
  205.                  SMART R X - This will reduce the size of your cache by
  206.                              whatever number you put in place of "x".  This
  207.                              number can be any number from 1 up to the full
  208.                              size of your cache.
  209.  
  210.                  SMART I X - This command increases the size of your cache
  211.                              by whatever number you put in place of "x".
  212.                              This number can be from 1 to the highest
  213.                              possible cache size you can have (that you put
  214.                              in your CONFIG.SYS).
  215.  
  216.                   SMART DI - This will show you the current status of your
  217.                              cache (whether it is enabled or not, what size
  218.                              it is, the cache hit rate, etc.)
  219.  
  220.  
  221.  
  222.           Smart Utilities v1.2        Program Commands           3
  223.  
  224.  
  225.  
  226.              Each time you enter one of these commands, you will be shown a
  227.              screen that shows the status of your cache after the command
  228.              was issued.  This screen gives the status of your cache (on or
  229.              off), what version of SMARTDRV.SYS is running on your system,
  230.              the cache hit rate (this tells you what percentage of disk
  231.              accesses you are saving by using the cache), track buffer hit
  232.              rate, current cache size and minimum cache size.
  233.  
  234.  
  235.           1D Author/Publisher Information:
  236.  
  237.              Data Software, Inc. has been in the software business since
  238.              1986.  Data Software is owned and operated by Robert Reynolds.
  239.              Data Software strives to continuously bring better software to
  240.              users, especially specific software that makes life a little
  241.              easier when dealing with computers on a daily or weekly basis.
  242.  
  243.              Please feel free to contact Robert Reynolds at any time if you
  244.              have any questions, comments or suggestions.  He can be reached
  245.              by mail at the following address:
  246.  
  247.                                Robert Reynolds
  248.                                Data Software, Inc.
  249.                                P.O. Box 10364
  250.                                Conway, AR 72032
  251.                                U.S.A.
  252.  
  253.              Or by voice or electronically at the following sources:
  254.  
  255.                          Phone:        (501) 327-0388
  256.                          FAX:          (501) 329-7037
  257.                          Orders Only:  (800) 637-3475
  258.  
  259.                          Prodigy:      USERID#: STDT60A
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.         Smart Utilities v1.2        Author/Publisher Information       4
  276.  
  277.  
  278.  
  279.           2  Part 2:  Registering Information
  280.  
  281.           2A The Shareware Concept
  282.  
  283.              Shareware is based on a "Try-before-you-buy" concept.  You are
  284.              given a thirty day trial period to test out the program you
  285.              have to see if it is something you find beneficial and useful
  286.              to you.  If you continue to use the program past the initial
  287.              thirty days, you are required to send the author the
  288.              registration fee listed above and in the order form on the
  289.              disk.  Shareware enables you to spend your money only on
  290.              programs you feel are beneficial to you; if you continue to use
  291.              the program, then obviously the program is of some benefit to
  292.              you so you should register it.
  293.  
  294.           2B How to Register
  295.  
  296.              If you find Smart Utilities useful and continue to use it past
  297.              the thirty day trial period, you are required to register it
  298.              with the author (see Section 1D).  To print an order form,
  299.          load the REGISTER.NOW file into a word processor or text editor
  300.          and print the document.
  301.  
  302.              If for any reason you are unable to get the order form to
  303.              print, then send $9.95 plus $2.00 shipping/handling to the
  304.              address listed in Section 1D. (All money is in U.S. funds)
  305.              Foreign orders need to add $8.00 for shipping/handling.
  306.  
  307.           2C Benefits of Registering
  308.  
  309.              By registering your copy of Smart Utilities, you will receive
  310.          the current enhanced version of Smart Utilities and free
  311.          technical support.  The enhanced version contains many
  312.          functions not available in the standard shareware version and
  313.          is easier to use with batch files.
  314.  
  315.           2D Miscellaneous
  316.  
  317.              For distribution information, see the VENDOR.DOC file.  This
  318.              contains all the necessary information for any groups,
  319.              organizations, or businesses who wish to distribute Smart
  320.              Utilities.
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.           Smart Utilities v1.2        Registering Information       5
  333.  
  334.  
  335.  
  336.  
  337.